Skip to content

drop the unused newtonsoft version entry - #10

Merged
pokornyd merged 1 commit into
mainfrom
drop-dead-newtonsoft
Aug 10, 2026
Merged

drop the unused newtonsoft version entry#10
pokornyd merged 1 commit into
mainfrom
drop-dead-newtonsoft

Conversation

@pokornyd

Copy link
Copy Markdown
Member

Newtonsoft.Json had a PackageVersion entry in Directory.Packages.props with no
consumer: no .csproj referenced it, no source file used it, and no
project.assets.json resolved it. Left over from the System.Text.Json migration.

Harmless on its own, but src/management/CLAUDE.md says "Newtonsoft is gone; do not
reintroduce it" - and a live version entry is what lets someone add a
PackageReference and have it restore cleanly without noticing they just brought it
back. Removing the entry means that attempt now fails with NU1008 instead.

Central transitive pinning is not enabled, so nothing resolved through this entry
either. Restore, both build legs at 0 warnings, and all 9 suites green.

@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.29%. Comparing base (7081160) to head (dfe5af7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   90.29%   90.29%           
=======================================
  Files         505      505           
  Lines       10762    10762           
  Branches      999      999           
=======================================
  Hits         9718     9718           
  Misses        708      708           
  Partials      336      336           
Flag Coverage Δ
aspnetcore 90.29% <ø> (ø)
delivery 90.29% <ø> (ø)
management 90.29% <ø> (ø)
model-generator 90.29% <ø> (ø)
sync 90.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pokornyd
pokornyd merged commit 0af771f into main Aug 10, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant